Name | Description | |
---|---|---|
![]() | Count | Gets the number of elements contained in the collection. |
![]() | IsReadOnly | Gets a value indicating whether the collection is read-only. |
![]() | Item | Gets or sets the OpenXmlDocumentElement at the specified index. |
Name | Description | |
---|---|---|
![]() | Count | Gets the number of elements contained in the collection. |
![]() | IsReadOnly | Gets a value indicating whether the collection is read-only. |
![]() | Item | Gets or sets the OpenXmlDocumentElement at the specified index. |
Name | Description | |
---|---|---|
![]() | Add | Overloaded. Adds an |
![]() | Clear | Removes all items from the collection. |
![]() | Contains | Determines whether this instance contains the object. |
![]() | CopyTo | Copies the elements of the collection to an System.Array, starting at a particular System.Array index. |
![]() | GetEnumerator | Returns an enumerator that iterates through the collection. |
![]() | IndexOf | Determines the index of a specific item in the collection. |
![]() | Insert | Overloaded. Inserts an |
![]() | Move | Removes element at specified index and inserts it at specified newIndex. |
![]() | Remove | Removes the first occurrence of a specific object from the collection. |
![]() | RemoveAt | Removes the collection item at the specified index. |
![]() | ToArray | Copies the elements of the collection to a new array. |
OpenXmlDocumentElementCollection<T> Class
Vintasoft.Imaging.Office.OpenXml.Editor Namespace